RPG Applications Overview

To utilize existing legacy code, such as an RPG or Cobol programs, you’ll need to create an external stored procedure for each program to be called.  Once a procedure exists, WOW can call the procedure, which in turn calls the program.  Creating a procedure registers the program so that SQL can locate it, as well as defining properties needed to correctly call the program, such as the program name, the parameters required, the language the program was written in, etc.